summaryrefslogtreecommitdiff
path: root/contrib/splicex/src
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2011-10-30 08:31:15 -0400
committerd3v11 <d3v11@d3v11.ano>2011-10-30 08:31:15 -0400
commit257e78ffed5ba14eb952fcf517ef69b7e9e32a2f (patch)
treea4fb0e913891fdfaf4468b0fcd8feafb2b3046eb /contrib/splicex/src
parenta246e58ccf508b251fba138cd1a329d4a125324e (diff)
downloadresdb-257e78ffed5ba14eb952fcf517ef69b7e9e32a2f.tar.gz
resdb-257e78ffed5ba14eb952fcf517ef69b7e9e32a2f.zip
Splicex Update from --no-char fix
Diffstat (limited to 'contrib/splicex/src')
-rw-r--r--contrib/splicex/src/splicex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/splicex/src/splicex.pyx b/contrib/splicex/src/splicex.pyx
index 740d7ce..5834618 100644
--- a/contrib/splicex/src/splicex.pyx
+++ b/contrib/splicex/src/splicex.pyx
@@ -3622,7 +3622,7 @@ def C_SBF1():
pass
elif length_end < 0:
sys.exit(0)
- elif StdoutSwitch is True:
+ else:
SBF1()
def C_SBF2():