diff options
| author | d3v11 <d3v11@d3v11.ano> | 2011-10-30 08:31:15 -0400 | 
|---|---|---|
| committer | d3v11 <d3v11@d3v11.ano> | 2011-10-30 08:31:15 -0400 | 
| commit | 257e78ffed5ba14eb952fcf517ef69b7e9e32a2f (patch) | |
| tree | a4fb0e913891fdfaf4468b0fcd8feafb2b3046eb /contrib/splicex/src | |
| parent | a246e58ccf508b251fba138cd1a329d4a125324e (diff) | |
| download | resdb-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.pyx | 2 | 
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(): | 
