comparison src/sound.c @ 2781:c172128500ec

[gaim-migrate @ 2794] Ho-seok Lee's icon resizings committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 20:19:43 +0000
parents 0899f8c99a15
children e27517a5c28e
comparison
equal deleted inserted replaced
2780:8e0837d62ca0 2781:c172128500ec
403 } 403 }
404 404
405 if (sound_cmd[0]) { 405 if (sound_cmd[0]) {
406 char *args[4]; 406 char *args[4];
407 char command[4096]; 407 char command[4096];
408 char *ms;
409 408
410 g_snprintf(command, sizeof(command), sound_cmd, filename); 409 g_snprintf(command, sizeof(command), sound_cmd, filename);
411 410
412 args[0] = "sh"; 411 args[0] = "sh";
413 args[1] = "-c"; 412 args[1] = "-c";