[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. nodm/0.3-2-25-g6b59ed6

Enrico Zini enrico at enricozini.org
Thu Jul 23 23:44:16 UTC 2009


The following commit has been merged in the master branch:
commit 4d6645e79a4da7bc490cbe2b99ae40e73304bfda
Author: Enrico Zini <enrico at enricozini.org>
Date:   Fri Jul 24 00:11:06 2009 +0200

    Fixed undo artifact

diff --git a/nodm.c b/nodm.c
index 041f77b..79623ed 100644
--- a/nodm.c
+++ b/nodm.c
@@ -550,7 +550,7 @@ static int nodm_monitor(int argc, char **argv)
 	{
 		char startvt[BUFSIZ];
 		string_from_env(startvt, "NODM_FIRST_VT", "7");
-		vt_num = strtoul(startvt, NULL, 10, NULL);
+		vt_num = strtoul(startvt, NULL, 10);
 	}
 	if ((vt_fd = open_vt(&vt_num)) == -1)
 	{

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list