Subversion Repositories Projects

Rev

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

Rev 314 Rev 358
Line 65... Line 65...
65
    int len = RX.String.length();
65
    int len = RX.String.length();
66
    int DecLen = 0;
66
    int DecLen = 0;
Line 67... Line 67...
67
 
67
 
68
    if (RX.Input[ptrIn] == 0)
68
    if (RX.Input[ptrIn] == 0)
69
    {
69
    {
70
        qDebug("QString to Char ERROR...!!!!");
70
//        qDebug("QString to Char ERROR...!!!!");
71
        return false;
71
        return false;
Line 72... Line 72...
72
    }
72
    }
73
 
73