[GRASS-SVN] r52564 - grass/trunk/vector/v.external.out
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 6 09:17:47 PDT 2012
Author: martinl
Date: 2012-08-06 09:17:47 -0700 (Mon, 06 Aug 2012)
New Revision: 52564
Modified:
grass/trunk/vector/v.external.out/link.c
Log:
v.external.out: message cosmetics
Modified: grass/trunk/vector/v.external.out/link.c
===================================================================
--- grass/trunk/vector/v.external.out/link.c 2012-08-06 16:16:34 UTC (rev 52563)
+++ grass/trunk/vector/v.external.out/link.c 2012-08-06 16:17:47 UTC (rev 52564)
@@ -126,10 +126,10 @@
/* save file - OGR or PG */
fp = G_fopen_new("", filename);
if (!fp)
- G_fatal_error(_("Unable to create %s file"), filename);
+ G_fatal_error(_("Unable to create <%s> file"), filename);
if (G_fwrite_key_value(fp, key_val) < 0)
- G_fatal_error(_("Error writing %s file"), filename);
+ G_fatal_error(_("Error writing <%s> file"), filename);
fclose(fp);
}
More information about the grass-commit
mailing list