We could do this: --- src/xfstt.cc 2005-11-02 20:53:15.000000000 -0500 +++ src/xfstt.cc.new 2009-07-22 12:44:24.000000000 -0400 @@ -313,9 +313,10 @@ }
TTFNheader info; - strncpy(info.magic, "TTFNINFO", 8); + strncpy(info.magic, "TTFN", 4); info.version = TTFN_VERSION; info.crc = 0; // XXX + strncpy(info.type, "INFO", 4); fwrite((void *)&info, 1, sizeof(info), infoFile); strncpy(info.type, "NAME", 4); fwrite((void *)&info, 1, sizeof(info), nameFile); but I am not sure how ttname.dir should look like. -- xfstt cores on startup https://bugs.launchpad.net/bugs/403074 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs