removed unnecessary closure of stdin reported by Frederic Chardon, thx
3ad906ee
1 file(s) · +0 −1
| 343 | 343 | Arg a = {.ui = ~0}; |
|
| 344 | 344 | Layout foo = { "", NULL }; |
|
| 345 | 345 | ||
| 346 | - | close(STDIN_FILENO); |
|
| 347 | 346 | view(&a); |
|
| 348 | 347 | lt[sellt] = &foo; |
|
| 349 | 348 | while(stack) |