Diff for /rpl/src/fusible.c between versions 1.14 and 1.15

version 1.14, 2010/08/09 13:51:47 version 1.15, 2010/08/10 18:02:43
Line 134  fusible(void *argument) Line 134  fusible(void *argument)
     }      }
   
 #   else  #   else
         if ((*s_etat_processus).langue == 'F')  
         {      struct_processus        *s_etat_processus;
             printf("+++Attention : Support indisponible sous OS/2\n");  
         }      s_etat_processus = argument;
         else  
         {      if ((*s_etat_processus).langue == 'F')
             printf("+++Attention : Function unavailable\n");      {
         }          printf("+++Attention : Support indisponible sous OS/2\n");
       }
       else
       {
           printf("+++Attention : Function unavailable\n");
       }
 #   endif  #   endif
   
     pthread_exit(NULL);      pthread_exit(NULL);

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>