This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit a40f2950a1c470d60122ac6964a667d6c3b1bd1a
Author: Ruben Undheim <ruben.undh...@gmail.com>
Date:   Sun Oct 11 21:04:29 2015 +0200

    Return with return value..
---
 src/osm-tile-server-import.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/osm-tile-server-import.c b/src/osm-tile-server-import.c
index d25b129..f3ad273 100644
--- a/src/osm-tile-server-import.c
+++ b/src/osm-tile-server-import.c
@@ -26,9 +26,8 @@ int main(int argc, char **argv)
        snprintf(command,255,"osm2pgsql %s -d %s --cache-strategy %s -C %s 
--hstore -S /usr/share/osm2pgsql/default.style 
%s",cfg_slim,cfg_dbname,cfg_cache_strategy,cfg_memory,pbffile);
        printf("Importing to database with this command:\n\n");
        printf(" %s\n\n",command);
-       system(command);
 
-       return 0;
+       return system(command);
 
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm-tile-server.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to