Revision 95fada8c monitor.c

b/monitor.c
1343 1343

  
1344 1344
    f = fopen(filename, "wb");
1345 1345
    if (!f) {
1346
        monitor_printf(mon, "could not open '%s'\n", filename);
1346
        qemu_error_new(QERR_OPEN_FILE_FAILED, filename);
1347 1347
        return;
1348 1348
    }
1349 1349
    while (size != 0) {

Also available in: Unified diff