projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4898be
)
Fix incorrect path to the Python decoder scripts.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 6 Apr 2010 00:06:55 +0000
(
02:06
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 6 Apr 2010 00:06:55 +0000
(
02:06
+0200)
decode.c
patch
|
blob
|
history
diff --git
a/decode.c
b/decode.c
index bc4b531040188b4df69e1cf4c2789df6739ce286..7bbcff336bf8badf353a392d258a8fc7e1a8bb23 100644
(file)
--- a/
decode.c
+++ b/
decode.c
@@
-32,7
+32,7
@@
int sigrokdecode_init(void)
Py_Initialize();
/* FIXME */
- PySys_SetPath("decode/scripts");
+ PySys_SetPath("
libsigrok
decode/scripts");
return 0;
}