Sfoglia il codice sorgente

rm paranoid comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40363 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 anni fa
parent
commit
2eb8cb35f7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      lib/db/dbmi_base/login.c

+ 0 - 1
lib/db/dbmi_base/login.c

@@ -103,7 +103,6 @@ static int read_file(LOGIN * login)
 	G_chop(buf);
 
 	usr[0] = pwd[0] = '\0';
-	/* is last scan ok? the newline is already stripped by G_getl2() */
 	ret = sscanf(buf, "%[^|]|%[^|]|%[^|]|%[^\n]", dr, db, usr, pwd);
 
 	G_debug(3, "ret = %d : drv=[%s] db=[%s] usr=[%s] pwd=[%s]",