Created
September 25, 2010 14:27
-
-
Save ghiden/596887 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# a fix for installing nqc onto snow leopard | |
$ diff -r nqc-3.1.r6 nqc-3.1.r6.fix | |
diff -r nqc-3.1.r6/rcxlib/RCX_USBTowerPipe_osx.cpp nqc-3.1.r6.fix/rcxlib/RCX_USBTowerPipe_osx.cpp | |
331c331 | |
< pipe->ReadCompletion(result, (UInt32)arg0); | |
--- | |
> pipe->ReadCompletion(result, (UInt64)arg0); | |
Only in nqc-3.1.r6.fix/rcxlib: RCX_USBTowerPipe_osx.cpp~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment