mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"
https://bugzilla.gnome.org/show_bug.cgi?id=661257
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							9eb5c2d2e4
						
					
				
				
					commit
					f4bba75f2f
				
			@@ -753,7 +753,7 @@ _g_io_modules_ensure_loaded (void)
 | 
			
		||||
	  gchar **paths;
 | 
			
		||||
	  int i;
 | 
			
		||||
 | 
			
		||||
	  paths = g_strsplit (module_path, ":", 0);
 | 
			
		||||
	  paths = g_strsplit (module_path, G_SEARCHPATH_SEPARATOR_S, 0);
 | 
			
		||||
 | 
			
		||||
	  for (i = 0; paths[i] != NULL; i++)
 | 
			
		||||
	    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user