Ohhh, wait now I see what you mean. It's not complaining about fp==NULL on this line, it's saying the one above is the issue. Now I get it!
handle_error MAY abort, but will not if a TRAP is set, which it often is during I/O. But the warning is not related to that I don't think?
First post here, please be gentle! I have some C code performing a BASIC INPUT statement while reading from a file. The opening bit of this code is... char buffer[MAX_INPUT_LENGTH]; int type; // get the stream int channel = floor(evaluate_expression(statement->parms.generic.generic_parameter).number); FILE* fp = handle_for_channel(channel); if (fp == NULL) { handle_error(ern_FILE_NOT_OPEN, "Attempt to INPUT from a file that has not been OPENed"); // and make sure we can read it if (!channel_is_readable(channel))...
scintilla: CR/LF/(etc) meta-characters do not follow whitepspace formatting rules
The SDL version is entirely non-functional. When run it simply quits with no messages or warnings. On Oct 4, 2017, at 5:18 AM, gpz gpz@users.sf.net wrote: status: open --> closed-wont-fix [bugs:#941] PET control window zooms and can't be unzoomed Status: closed-wont-fix Version: v3.1 Created: Sat Sep 30, 2017 08:12 PM UTC by Maury Markowitz Last Updated: Wed Oct 04, 2017 09:18 AM UTC Owner: nobody On the Cocoa version there is a control panel that appears. If you double-click on the resize area in...
PET control window zooms and can't be unzoomed
Break up long lines (XML/HTML) on given character(s)