Subversion Repositories Projects

Rev

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

Rev 158 Rev 159
Line 559... Line 559...
559
 
559
 
560
                    for (int xy=1; xy < numBytes; xy++)
560
                    for (int xy=1; xy < numBytes; xy++)
561
                    {
561
                    {
562
                        if (data[xy] == 0)
562
                        if (data[xy] == 0)
563
                        {
563
                        {
564
                                data[xy] = 127;
564
                                data[xy] = 'a';
565
                        }
565
                        }
Line 566... Line 566...
566
            }
566
            }