Skip to content

Commit c25dd22

Browse files
committed
Updated build
1 parent f206e06 commit c25dd22

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/x11-calc.c

+7-3
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,13 @@
241241
* 0.11 - Display the version information just before the ROM
242242
* size when starting so any error messages are printed
243243
* before the version number is shown - MT
244-
* - Updated version number format to include the build
244+
* 18 Feb 24 - Updated version number format to include the build
245245
* number - MT
246246
*
247+
* 19 Feb 24 - Check that stat() was successful before checking the
248+
* if the file is a directory or a file! - MT
249+
* - Closes ROM file after reading - MT
250+
*
247251
* To Do - Parse command line in a separate routine.
248252
* - Add verbose option.
249253
* - Allow VMS users to set breakpoints?
@@ -254,8 +258,8 @@
254258

255259
#define NAME "x11-calc"
256260
#define VERSION "0.11"
257-
#define BUILD "0120"
258-
#define DATE "18 Feb 24"
261+
#define BUILD "0122"
262+
#define DATE "19 Feb 24"
259263
#define AUTHOR "MT"
260264

261265
#define INTERVAL 25 /* Number of ticks to execute before updating the display */

0 commit comments

Comments
 (0)