Displaying 1 result from an estimated 1 matches for "nadjust".
Did you mean:
adjust
2009 Jun 10
1
Weird behavior in receive_data function
...to generate file for test.
My Procedure (file 1 and file 2 have the same name, just binary
difference):
Step 1: backup File 1
Step 2: backup Fil 2
--
Daniel Li
File 1:
This is the first time backup file.
> count = 1;
> nSize = 1;
> nBlock = 256;
> nInterval = 4;
> nAdjust = 256;
>
> printf("\nstart to build origin files!\n");
> ch = 0;
> for(l = 0; l < count; l++)
> {
> memset(buffer,0, 256);
> sprintf(buffer,"media-test-3MB-file/origin/test/test%02d.dat",l);
> printf("writting %s \n",buffer)...