mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
Fix Windows build
This commit is contained in:
parent
a9b0912279
commit
bd4ad8b0a4
@ -235,7 +235,7 @@ R_API int r_socket_spawn (RSocket *s, const char *cmd, unsigned int timeout) {
|
||||
eprintf ("r_socket_spawn: %s is dead\n", cmd);
|
||||
exit (0);
|
||||
}
|
||||
sleep (1);
|
||||
r_sys_sleep (1);
|
||||
r_sys_usleep (timeout);
|
||||
char aport[32];
|
||||
sprintf (aport, "%d", port);
|
||||
|
Loading…
Reference in New Issue
Block a user