mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	glib/gtester.c: fixed debugging flag.
svn path=/trunk/; revision=5900
This commit is contained in:
		| @@ -381,7 +381,7 @@ main (int    argc, | ||||
|    * we must fiddle with sigaction() *before* glib is used, otherwise | ||||
|    * we could revoke signal hanmdler setups from glib initialization code. | ||||
|    */ | ||||
|   if (TRUE * 0) | ||||
|   if (TRUE) | ||||
|     { | ||||
|       struct sigaction sa; | ||||
|       struct sigaction osa; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user