Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 7, 2009
1 parent 0ab5256 commit 196a3cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform_unix.c
Expand Up @@ -1126,6 +1126,9 @@ static boolean unix_launchXdgUtil(const char *util, const char **argv)
char *path = findBinaryInPath(util);
int rc = 0;

// !!! FIXME: do I really need to be using system() and
// !!! FIXME: suffering with shell escaping?

if (path != NULL) // it's installed on the system; use that.
{
char *cmd = xstrdup(util);
Expand Down

0 comments on commit 196a3cf

Please sign in to comment.