Changeset 9339


Ignore:
Timestamp:
08/12/11 16:34:12 (14 years ago)
Author:
Eric.Larour
Message:

back to square 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r9337 r9339  
    4242                         * distributed_values with the next qmu_npart variables: */
    4343                       
    44                         //memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char));
    45                         strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0';
     44                        //strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0';
     45                        memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char));
    4646                        *strstr(root,"_")='\0';
    4747
Note: See TracChangeset for help on using the changeset viewer.