comparison src/main.c @ 1757:f10fe14748e2 v7.2.055

updated for version 7.2-055
author vimboss
date Fri, 28 Nov 2008 20:29:07 +0000
parents c5e1b4b9016f
children c8f343a465a2
comparison
equal deleted inserted replaced
1756:5fafc42c22d2 1757:f10fe14748e2
2370 * Close stdin and dup it from stderr. Required for GPM to work 2370 * Close stdin and dup it from stderr. Required for GPM to work
2371 * properly, and for running external commands. 2371 * properly, and for running external commands.
2372 * Is there any other system that cannot do this? 2372 * Is there any other system that cannot do this?
2373 */ 2373 */
2374 close(0); 2374 close(0);
2375 dup(2); 2375 ignored = dup(2);
2376 #endif 2376 #endif
2377 } 2377 }
2378 2378
2379 /* 2379 /*
2380 * Create the requested number of windows and edit buffers in them. 2380 * Create the requested number of windows and edit buffers in them.