Winner!11!11!1!! Erase progress works now!!!!!11!!!?<>_~!~!

This commit is contained in:
Jaime Thomas
2008-11-17 20:19:35 +00:00
parent 5dbb07c5a2
commit 7b12247d36
2 changed files with 12 additions and 12 deletions

View File

@@ -183,16 +183,15 @@ ecdb_drive_progress_update(void *data)
}
else if (stat == BURN_DRIVE_IDLE)
{
ecore_pipe_write(proj->pipe, NULL, 0);
ecore_pipe_write(proj->pipe, "AC",
sizeof("AC"));
ecore_pipe_del(proj->pipe);
/* Call the finished event handler here */
pthread_exit(NULL);
break;
}
// Arg... too tired to figure this out now
//ecore_pipe_write(proj->pipe, &p, sizeof(p));
printf("%d/%d\n", p.sector, p.sectors);
ecore_pipe_write(proj->pipe, &p, sizeof(p));
sleep(1);
}
}