Changeset 5165:53e5e1105fd2
- Timestamp:
- 2007-06-08 16:03:09 (19 months ago)
- Author:
- Thomas Roessler <roessler@…>
- Branch:
- HEAD
- Message:
-
remove unnecessary dprints
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5164
|
r5165
|
|
| 1627 | 1627 | { |
| 1628 | 1628 | |
| 1629 | | if (i == 0) |
| 1630 | | { |
| 1631 | | dprint (1, (debugfile, "WRITEONE cp: %s\n", cp)); |
| 1632 | | dprint (1, (debugfile, "WRITEONE w: %x\n", (unsigned int) w)); |
| 1633 | | dprint (1, (debugfile, "WRITEONE iswspace (w) = %d\n", iswspace (w))); |
| 1634 | | } |
| 1635 | | |
| 1636 | 1629 | /* Brief look at the last character we had... */ |
| 1637 | 1630 | if (iswspace (last)) |