| Previous | 199869 Revisions | Next |
| r26182 Friday 15th November, 2013 at 19:45:01 UTC by Jürgen Buchmüller |
|---|
| Try to fix the Cocoa debugger for OSX |
| [/branches/alto2/src/osd/sdl] | debugosx.m |
| r26181 | r26182 | |
|---|---|---|
| 537 | 537 | [text setString:@""]; |
| 538 | 538 | } |
| 539 | 539 | attr = data[col - origin.x].attrib; |
| 540 | [text appendFormat:@"%c", data[col - origin.x]. | |
| 540 | [text appendFormat:@"%c", data[col - origin.x].uchar]; | |
| 541 | 541 | } |
| 542 | 542 | if ([text length] > 0) { |
| 543 | 543 | if (pass == 0) { |
| Previous | 199869 Revisions | Next |