Diff for /rpl/src/transliteration.c between versions 1.80 and 1.83

version 1.80, 2015/02/19 11:01:30 version 1.83, 2015/04/17 09:07:54
Line 799  std_fprintf(file *flux, const char *form Line 799  std_fprintf(file *flux, const char *form
     ios = vfprintf(flux, format, arguments);      ios = vfprintf(flux, format, arguments);
     va_end(arguments);      va_end(arguments);
   
     return(ios);      // Pas de parenthèses pour ne pas appeler la macro.
       return ios;
 }  }
   
   

Removed from v.1.80  
changed lines
  Added in v.1.83


CVSweb interface <joel.bertrand@systella.fr>