Commit bb2d531499960c881facda2b468c359c7df97a75

Authored by bellard
1 parent c82913f7

-nographic fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1223 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
... ... @@ -3126,7 +3126,6 @@ int main(int argc, char **argv)
3126 3126 case QEMU_OPTION_nographic:
3127 3127 pstrcpy(monitor_device, sizeof(monitor_device), "stdio");
3128 3128 pstrcpy(serial_devices[0], sizeof(serial_devices[0]), "stdio");
3129   - pstrcpy(parallel_devices[0], sizeof(parallel_devices[0]), "stdio");
3130 3129 nographic = 1;
3131 3130 break;
3132 3131 case QEMU_OPTION_kernel:
... ...