Explorar o código

rm paranoid comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40363 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=15) %!d(string=hai) anos
pai
achega
2eb8cb35f7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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]",