-
Christophe Fergeau authored
The 2nd missing break was harmless since it fell through the default: case which has a break, but it makes things more robust if we were ever to add new cases to this switch. The 1st missing break; was causing warnings in valgrind since we ended up calling strdup on a memory zone not containing a \0 character.
d503698b
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Array.cpp | ||
Boolean.cpp | ||
CMakeLists.txt | ||
Data.cpp | ||
Date.cpp | ||
Dictionary.cpp | ||
Integer.cpp | ||
Node.cpp | ||
Real.cpp | ||
String.cpp | ||
Structure.cpp | ||
bplist.c | ||
plist.c | ||
plist.h | ||
xplist.c |