Revision c34ed28b

b/monitor.c
1316 1316

  
1317 1317
    f = fopen(filename, "wb");
1318 1318
    if (!f) {
1319
        monitor_printf(mon, "could not open '%s'\n", filename);
1319
        qemu_error_new(QERR_OPEN_FILE_FAILED, filename);
1320 1320
        return;
1321 1321
    }
1322 1322
    while (size != 0) {

Also available in: Unified diff