Changeset 3572 in Sophya for trunk/SophyaProg/Tests/tpipe.cc


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tpipe.cc

    r2615 r3572  
    9393  else {
    9494    cout << ">> tpipe: fork() - creation de process ... " << endl;
    95     char * zzz = "toto";
     95    char zzz[32]; strcpy(zzz,"toto");
    9696    pid_t rcf = fork();
    9797    if (rcf == 0) {
Note: See TracChangeset for help on using the changeset viewer.