/[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.10 by scresto, Tue Feb 8 18:06:51 2005 UTC revision 1.11 by scresto, Wed Feb 9 00:27:30 2005 UTC
# Line 502  _DEB("ici LDST => %s\n", Ldst); Line 502  _DEB("ici LDST => %s\n", Ldst);
502    Lextrapara = make_image_getextrapara(Ahash, "dvddata");    Lextrapara = make_image_getextrapara(Ahash, "dvddata");
503    g_hash_table_insert(Ahash, "extrapara", &Lextrapara); /* parametres supplementaires */    g_hash_table_insert(Ahash, "extrapara", &Lextrapara); /* parametres supplementaires */
504    if (strcmp(Ldst, "iso")) {    if (strcmp(Ldst, "iso")) {
505      Ltodo=Ltodo+(Lsimul ? 2 : 1); /* + 1 pour l'ecriture de l'image iso et 1 pour la simulation */      if (Lsimul) Ltodo++; /* 1 pour la simulation */
506    
507      Lstatus = burn_dvd(Ahash, Aerror);      Lstatus = burn_dvd(Ahash, Aerror);
508    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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