Replace your two printfs with
printf("Error restoring the reference stream position @ line %d\n", __LINE__);
I suspect the error does not come from where you thing it comes from.
pmg
2010-10-02 10:21:32
Replace your two printfs with
printf("Error restoring the reference stream position @ line %d\n", __LINE__);
I suspect the error does not come from where you thing it comes from.