parent
							
								
									c8f4d89a34
								
							
						
					
					
						commit
						03109e9580
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -160,6 +160,7 @@ SV * topoSortPaths(...)
 | 
				
			||||||
SV * followLinksToStorePath(char * path)
 | 
					SV * followLinksToStorePath(char * path)
 | 
				
			||||||
    CODE:
 | 
					    CODE:
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
 | 
					            store();
 | 
				
			||||||
            RETVAL = newSVpv(followLinksToStorePath(path).c_str(), 0);
 | 
					            RETVAL = newSVpv(followLinksToStorePath(path).c_str(), 0);
 | 
				
			||||||
        } catch (Error & e) {
 | 
					        } catch (Error & e) {
 | 
				
			||||||
            croak("%s", e.what());
 | 
					            croak("%s", e.what());
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue