Merge branch 'master' of https://bitbucket.org/4coder/4coder
						commit
						ca8d9e2729
					
				| 
						 | 
					@ -767,12 +767,14 @@ osx_list_loadable_fonts(void){
 | 
				
			||||||
        result.paths[i] = path_c;
 | 
					        result.paths[i] = path_c;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
    for (int i = 0; i < count; ++i){
 | 
					    for (int i = 0; i < count; ++i){
 | 
				
			||||||
        char *name = result.names[i];
 | 
					        char *name = result.names[i];
 | 
				
			||||||
        char *path = result.paths[i];
 | 
					        char *path = result.paths[i];
 | 
				
			||||||
        fprintf(stdout, "found: %s\nat: %s\n", name, path);
 | 
					        fprintf(stdout, "found: %s\nat: %s\n", name, path);
 | 
				
			||||||
        fflush(stdout);
 | 
					        fflush(stdout);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    return(result);
 | 
					    return(result);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue