]> git.llucax.com Git - z.facultad/75.29/susanita.git/blobdiff - src/parser.cpp
Merge del BT con el timer.
[z.facultad/75.29/susanita.git] / src / parser.cpp
index 2d8ae559d6337b2ae8702d0745e7f4479405e85c..4bd29f13c1fb97d571a485aecac3649356fa28dc 100644 (file)
@@ -76,6 +76,10 @@ input(const std::string& filename)
                while (ss)
                {
                        std::string nombre = get_hasta(ss, ',');
+                       nombre = strip(nombre);
+                       if (nombre.empty()) {
+                               continue;
+                       }
                        Persona* ppp = susanita.get_persona(nombre);
                        if (!ppp)
                        {