Changeset 1f9edc74e34a100b1e519135ef7e2d7e774cd605
- Timestamp:
- 03/14/12 21:10:28
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1331759428 -0400
- git-parent:
[3de78ae6b819653d9651f0061e1b54f9f68339ea]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1331759428 -0400
- Message:
bug in error output for lua failures
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7a237a2 |
r1f9edc7 |
|
| 708 | 708 | if(nerr) noitL(nldeb, "nerr -> %s\n", nerr); |
|---|
| 709 | 709 | if(nerr && *nerr == 31) nerr = NULL; // 31? WTF lua? |
|---|
| 710 | | if(!nerr && err) { |
|---|
| | 710 | if(err) { |
|---|
| 711 | 711 | nerr = strchr(err, ' '); /* advance past the file */ |
|---|
| 712 | 712 | if(nerr) nerr += 1; |
|---|