projects
/
ais.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cd0be
)
gpsd now released with major version
author
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Wed, 5 Jan 2011 17:04:49 +0000
(17:04 +0000)
committer
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Wed, 5 Jan 2011 17:04:49 +0000
(17:04 +0000)
bin/gpsdec.py
patch
|
blob
|
history
diff --git
a/bin/gpsdec.py
b/bin/gpsdec.py
index 7cabf2be6136489d80be3d64dbaaa66d72c66b09..113c79aead6bce64e4ee147550bb17806045b0f7 100755
(executable)
--- a/
bin/gpsdec.py
+++ b/
bin/gpsdec.py
@@
-20,7
+20,7
@@
try:
__gpsd__.aivdm_decode
except AttributeError:
#logging.warning("Shared library gps doesn't export aivdm_decode, trying gpsd lib.")
- __gpsd__ = cdll.LoadLibrary('libgpsd.so')
+ __gpsd__ = cdll.LoadLibrary('libgpsd.so
.0
')
__gpsd__.aivdm_decode
try: