tags:

views:

52

answers:

1
+1  A: 

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