Changeset 21:d1bb7b365816
- Timestamp:
- 10/31/08 15:30:37 (4 years ago)
- Author:
- thib
- Branch:
- default
- convert_revision:
- svn:d0a2da98-017c-47d2-8c43-22b54484806d/trunk@22
- Message:
-
Fixed dynamic strings in selections (Fuko Pranks for instance)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r13
|
r21
|
|
| 1200 | 1200 | if (d[0] != 0x29 || info.type == -1) SetError(); |
| 1201 | 1201 | d++; |
| 1202 | | dprintf(";"); |
| | 1202 | dprintf(";");/* |
| 1203 | 1203 | // ¿ôÃÍ€òÁ޳ÑÊž»ú€ËÊÑŽ¹€·€ÆÅÐÏ¿ |
| 1204 | 1204 | char str[10], str2[20]; // itoa |
| … |
… |
|
| 1208 | 1208 | str2[i*2+1] = 0xb0 + str[i]-'0'; |
| 1209 | 1209 | } |
| 1210 | | str2[i*2] = 0; |
| 1211 | | text += str2; |
| | 1210 | str2[i*2] = 0;*/ |
| | 1211 | text += strheap + info.value; |
| 1212 | 1212 | } |
| 1213 | 1213 | } else { SetError(); break;} |