added a bit of code into sed

This commit is contained in:
2009-02-10 08:14:00 +00:00
parent b1211d6e58
commit 79c1d6b861
4 changed files with 17 additions and 5 deletions

View File

@ -171,7 +171,7 @@ int tgp_main (int argc, qse_char_t* argv[])
if (handle_args (argc, argv) == -1) return -1;
tgp = qse_tgp_open (QSE_MMGR_GETDFL());
tgp = qse_tgp_open (QSE_NULL, 0);
if (tgp == QSE_NULL)
{
qse_fprintf (QSE_STDERR,