[GRASS-SVN] r33913 -
grass/branches/develbranch_6/imagery/i.ortho.photo/libes
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 16 08:38:38 EDT 2008
Author: hamish
Date: 2008-10-16 08:38:38 -0400 (Thu, 16 Oct 2008)
New Revision: 33913
Modified:
grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c
Log:
newline
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c 2008-10-16 12:25:46 UTC (rev 33912)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/libes/camera.c 2008-10-16 12:38:38 UTC (rev 33913)
@@ -17,7 +17,7 @@
if (!fd)
return 0;
- fprintf(fd, "%s", camera);
+ fprintf(fd, "%s\n", camera);
return 0;
}
More information about the grass-commit
mailing list