mirror of
https://github.com/datajerk/c2d.git
synced 2025-02-16 22:30:31 +00:00
fix ramdom applescript crash on test, updated version number
This commit is contained in:
parent
080865007d
commit
7e5d0c1a23
@ -103,7 +103,7 @@ Yes. No input checking. Big Endian untested.
|
||||
|
||||
### The Ugly Stuff
|
||||
|
||||
c2d, Code to Disk, Version 0.50, Fri Apr 21 23:13:38 UTC 2017
|
||||
c2d, Code to Disk, Version 0.51, Fri Apr 21 23:13:38 UTC 2017
|
||||
|
||||
(c) 2012,2017 All Rights Reserved, Egan Ford (egan@sense.net)
|
||||
|
||||
|
BIN
bin/c2d.exe
BIN
bin/c2d.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
c2d.c
4
c2d.c
@ -1,6 +1,6 @@
|
||||
/*
|
||||
|
||||
c2d, Code to Disk, Version 0.50, Fri Apr 21 23:13:38 UTC 2017
|
||||
c2d, Code to Disk, Version 0.51, Fri Apr 21 23:13:38 UTC 2017
|
||||
|
||||
(c) 2012,2017 All Rights Reserved, Egan Ford (egan@sense.net)
|
||||
|
||||
@ -42,7 +42,7 @@ Bugs:
|
||||
#include <sys/stat.h>
|
||||
#include "c2d.h"
|
||||
|
||||
#define VERSION "Version 0.50"
|
||||
#define VERSION "Version 0.51"
|
||||
#define INFILE argv[argc-2]
|
||||
#define OUTFILE argv[argc-1]
|
||||
#define BINARY 0
|
||||
|
@ -10,7 +10,7 @@ on run argv
|
||||
tell application "Virtual ]["
|
||||
activate
|
||||
-- may need delay for this error: execution error: Virtual ][ got an error: Connection is invalid. (-609)
|
||||
-- delay 1.5 -- not needed any more?
|
||||
delay 0.5
|
||||
-- Close all open machines
|
||||
close every machine saving no
|
||||
-- Create a new (AppleIIe)
|
||||
|
Loading…
x
Reference in New Issue
Block a user