Subversion Repositories Kolibri OS

Rev

Rev 3900 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3900 Rev 3915
Line 684... Line 684...
684
 
684
 
Line 685... Line 685...
685
            memcpy(path+dllpath->path_len, libname, len);
685
            memcpy(path+dllpath->path_len, libname, len);
686
            path[len+dllpath->path_len]=0;
686
            path[len+dllpath->path_len]=0;
Line 687... Line 687...
687
 
687
 
Line 688... Line 688...
688
            printf("%s\n", path);
688
//            printf("%s\n", path);
Line 689... Line 689...
689
 
689
 
690
            img_base = load_lib_internal(path);
690
            img_base = load_lib_internal(path);