Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734704
en ru br
ALT Linux repos
S:1.0-alt5

Group :: Engineering
RPM: picmicrosim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: picmicrosim-fix-permissive.patch
Download


diff --git a/microsim/interface.cpp b/microsim/interface.cpp
index da035e9..737da09 100755
--- a/microsim/interface.cpp
+++ b/microsim/interface.cpp
@@ -317,7 +317,7 @@ extern int open_cod_file(Processor **, char *);
 
 int Interface::open(const char *file)
 {
-    char *str;
+    const char *str;
 
     str = strrchr(file,'.');
     if(str==NULL)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin