• Davis King's avatar
    Changed the serialization code for C-strings so that they don't save the null terminator · f3ce1059
    Davis King authored
    byte.  This makes their serialization format the same as the format for std::string.  I had
    to revert the previous mod for this because it didn't work in visual studio.  This change
    fixes that.  The code should still be able to read all previously serialized data correctly.
    Moreover, any char arrays that aren't null terminated will still be read and written in
    their entirety.
    f3ce1059
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
README.txt Loading commit data...