Is fseek bugged?
#4

Ok, I agree, it seems to be bugged
pawn Код:
//TEST CODE
main()
{
        new File:test = fopen("test.txt",io_readwrite);
        fwrite(test,"I will seek to first '5th position' in file.");
        printf("Returned value is %d",fseek(test,5,seek_start));
        fclose(test);
}
Reply


Messages In This Thread
Is fseek bugged? - by Maxips2 - 31.07.2012, 04:33
Re: Is fseek bugged? - by [MM]RoXoR[FS] - 31.07.2012, 04:37
Re: Is fseek bugged? - by Maxips2 - 31.07.2012, 04:43
Re: Is fseek bugged? - by [MM]RoXoR[FS] - 31.07.2012, 05:13

Forum Jump:


Users browsing this thread: 1 Guest(s)