Skip to content

Commit

Permalink
fix ramdom applescript crash on test, updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Apr 21, 2017
1 parent 0808650 commit 7e5d0c1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ([email protected])

Expand Down
Binary file modified bin/c2d
Binary file not shown.
Binary file modified bin/c2d.exe
Binary file not shown.
Binary file modified bin/page2text.exe
Binary file not shown.
Binary file modified bin/text2page.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions c2d.c
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
Expand Down Expand Up @@ -42,7 +42,7 @@ Based on work by:
#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
Expand Down
2 changes: 1 addition & 1 deletion test.scrp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e5d0c1

Please sign in to comment.