/[graveman]/graveman/current/src/matos.c
ViewVC logotype

Diff of /graveman/current/src/matos.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by scresto, Sun Feb 20 17:45:02 2005 UTC revision 1.16 by scresto, Mon Feb 21 01:25:28 2005 UTC
# Line 340  gboolean burn_data(Tgrave *Ag, GError ** Line 340  gboolean burn_data(Tgrave *Ag, GError **
340    _DEB("ici LDST => %s\n", Ldst);    _DEB("ici LDST => %s\n", Ldst);
341    if (strcmp(Ldst, "iso")) {    if (strcmp(Ldst, "iso")) {
342      g_snprintf(Liso, MAXPATHLEN-1, "%s.iso", Ltmpdir);      g_snprintf(Liso, MAXPATHLEN-1, "%s.iso", Ltmpdir);
343      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 */
344    } else {    } else {
345      Ltmp = _FILENAME(gtk_entry_get_text(Lgraveuriso));      Ltmp = _FILENAME(gtk_entry_get_text(Lgraveuriso));
346      g_strlcpy(Liso, Ltmp, MAXPATHLEN-1);      g_strlcpy(Liso, Ltmp, MAXPATHLEN-1);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26