Skip to content

Instantly share code, notes, and snippets.

@ghiden
Created September 25, 2010 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghiden/596887 to your computer and use it in GitHub Desktop.
Save ghiden/596887 to your computer and use it in GitHub Desktop.
# 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