Subversion Repositories Kolibri OS

Rev

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

Rev 1986 Rev 1990
Line 955... Line 955...
955
    if( cmdline && *cmdline )
955
    if( cmdline && *cmdline )
956
        parse_cmdline(cmdline, &usermode, log, &radeon_modeset);
956
        parse_cmdline(cmdline, &usermode, log, &radeon_modeset);
Line 957... Line 957...
957
 
957
 
958
    if(!dbg_open(log))
958
    if(!dbg_open(log))
959
    {
959
    {
Line 960... Line 960...
960
        strcpy(log, "/hd2/1/atikms.log");
960
        strcpy(log, "/RD/1/DRIVERS/atikms.log");
961
 
961
 
962
        if(!dbg_open(log))
962
        if(!dbg_open(log))
963
        {
963
        {