+ last imp. of contentManager

This commit is contained in:
kelson42 2011-05-06 19:45:25 +00:00
parent f5e4dc1283
commit 1dd298e6cb

View File

@ -60,7 +60,7 @@ int main(int argc, char **argv) {
} }
/* Try to read the file */ /* Try to read the file */
libraryManager.readFile(libraryPath); libraryManager.readFile(libraryPath, false);
/* SHOW */ /* SHOW */
if (action == SHOW) { if (action == SHOW) {