GNOME Bugzilla – Bug 609314
typefind: Typefind does not handle .stm module format
Last modified: 2010-02-15 12:52:21 UTC
Created attachment 153261 [details] Add STM format check Typefind does not handle .stm module format. Patch attached.
Thanks for the patch, committed: commit 0230f7ed9e3c976a614a9108945b7746437c3559 Author: Kaj-Michael Lang <milang@tal.org> Date: Mon Feb 8 13:54:57 2010 +0200 typefind: Handle stm module format Fixes #609314. (FWIW, the 1-byte peeks aren't very elegant, but I'm too lazy to fix those up now, and it doesn't really matter here :)).