|
Chris Wolcott wrote: > ... > All was well until V5R3 (V4R5 to V5R2), now we get this during the call > to ferror() after doing an fgets(): > ... > Pointer not set for location referenced. > ... Just a guess, but are you sure you are passing the correct buffer size to fgets()? If the buffer size parameter is larger than the actual buffer, the fgets() call could be corrupting some of your internal storage (including your file pointer, presumably). The layout of storage would almost certainly be different in V5R2 vs V4R5; in V4R5 the storage you were corrupting would have been something that didn't (seem to) matter to your program.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.