From db3d6ae62dd235b484b02ad787fe3d38c9e50675 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 11 Oct 2009 22:07:24 +0000 Subject: Re-enable removal of a tmp file that was left out for debug. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11844 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/configure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/configure.cpp') diff --git a/win/configure.cpp b/win/configure.cpp index 54d4166b7..beaf2c8d5 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -159,7 +159,7 @@ void get_machine_info(char * buffer, size_t len) { while (fgets(buf2, 500, f)) { } fclose(f); - //unlink("ver.txt.tmp"); + unlink("ver.txt.tmp"); } else sprintf(buf2, "%s", "unknown"); -- cgit v1.2.3