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

version 1.80, 2015/02/19 11:01:30 version 1.81, 2015/04/14 11:26:18
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.81


CVSweb interface <joel.bertrand@systella.fr>