X-Git-Url: http://git.maemo.org/git/?p=scdataviz;a=blobdiff_plain;f=scdataviz.c;h=812cd26ed73db654bf20f25f1d00d95b42af9996;hp=692f79dcce62f11874d5191dbdc243820011aac8;hb=b5cfdf4d4f01bf9f8def7d69fd58e254886ed2d5;hpb=099e099f2dc85d096b0dc73865e4ca94bcc9585c diff --git a/scdataviz.c b/scdataviz.c index 692f79d..812cd26 100644 --- a/scdataviz.c +++ b/scdataviz.c @@ -24,7 +24,7 @@ along with this program. If not, see . ** Started on Thu Jul 17 11:03:27 2008 Johnny Q. Hacker -** Last update Sun May 12 01:17:25 2002 Speed Blue +** Last update Thu Oct 8 19:13:57 2009 Johnny Q. Hacker */ #include @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) { GtkWidget *window; GtkWidget *graph; - GString *file = g_string_new("../matdb"); + GString *file = g_string_new("matdb.txt"); int err=0; struct matdb *mdb = read_matdb_dotcode(file, &err); //fprintf(stderr, "read_matdb_dotcode(%s, %d)=%x", file->str, err,