• Christophe Fergeau's avatar
    add missing break; in switch statement · d503698b
    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 Loading commit data...
Boolean.cpp Loading commit data...
CMakeLists.txt Loading commit data...
Data.cpp Loading commit data...
Date.cpp Loading commit data...
Dictionary.cpp Loading commit data...
Integer.cpp Loading commit data...
Node.cpp Loading commit data...
Real.cpp Loading commit data...
String.cpp Loading commit data...
Structure.cpp Loading commit data...
bplist.c Loading commit data...
plist.c Loading commit data...
plist.h Loading commit data...
xplist.c Loading commit data...