Share

TwoFish Encryption for Python

Tracker: Bugs

5 line continue not working - ID: 919931
Last Update: Attachment added ( piplipton )

trying to "make" on the source in
twofishmodule-0.7.tar.gz i got the following error:

[snip]

[ucs_bmt@zoidberg twofishmodule-0.7]$ make
gcc -c -g -I/usr/include/python2.2 twofishmodule.c
twofishmodule.c:484:1: missing terminating " character


[/snip]

i changed the string from:

static char module_doc [] =
"snip....text.\n\
snip....more text.\n\
snip....last text.\n";

to read like:

static char module_doc [] =
"snip....text.\n" \
"snip....more text.\n" \
"snip....last text.\n";

then i had no other problems getting it to compile.
i'm submitting a small patch for what's described above.


brian tipton ( piplipton ) - 2004-03-20 05:23

5

Open

None

Nobody/Anonymous

Minor glitch

C code

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
twofishmodule.patch.c twofishmodule.c patch file Download

Change ( 1 )

Field Old Value Date By
File Added 80709: twofishmodule.patch.c 2004-03-20 05:26 piplipton