Hi,
BTW:
to solve the problem with more than one "=" in Exec line, it could be help
to do this in the two funktions in dbsqlite.c:
if (strncmp (line, "Exec", 4) == 0) {
#tystr = strtok(line, "=");
#tystr = strtok(NULL, "=");
#strcpy(typ, tystr);
strcpy(typ, line +5);
I can't test it because git.shr-project.org seemed to be down.
I hope it helps
Frank
--
View this message in context:
http://n2.nabble.com/shr-launcher-updated-tp4773819p4814002.html
Sent from the Openmoko Community mailing list archive at Nabble.com.
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community