graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/matos.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/matos.c
Date: Sun, 20 Feb 2005 20:25:41 -0500

Index: graveman/current/src/matos.c
diff -u graveman/current/src/matos.c:1.15 graveman/current/src/matos.c:1.16
--- graveman/current/src/matos.c:1.15   Sun Feb 20 17:45:02 2005
+++ graveman/current/src/matos.c        Mon Feb 21 01:25:28 2005
@@ -340,7 +340,7 @@
   _DEB("ici LDST => %s\n", Ldst);
   if (strcmp(Ldst, "iso")) {
     g_snprintf(Liso, MAXPATHLEN-1, "%s.iso", Ltmpdir);
-    Ltodo=Ltodo+(Lsimul ? 2 : 1); /* + 1 pour l'ecriture de l'image iso et 1 
pour la simulation */
+    Ltodo+=(Lsimul ? 2 : 1); /* + 1 pour l'ecriture de l'image iso et 1 pour 
la simulation */
   } else {
     Ltmp = _FILENAME(gtk_entry_get_text(Lgraveuriso));
     g_strlcpy(Liso, Ltmp, MAXPATHLEN-1);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]