CompuServe Messages

Aztec Confusion

#: 14444 S9/ProgrammingForum unknown
    11-Apr-86 13:45:19
Sb: #14369-Aztec Confusion
Fm: William Volk(Aegis Devel 72257,2566
To: Richard Rae 72177,3516

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

test_string is a POINTER to a string …. i.e. char *test_string. Pointers have 4 bytes of length. You need to use strlen(test_string) and add 1 to it (for the terminating NULL).