fixed *nix build
[fw/sdcc] / support / Util / MySystem.c
index 30e657c571e9757900a1e807947563c691ba8049..089b6b55d6095c7ef50f311898778798560e93a2 100644 (file)
@@ -249,7 +249,7 @@ merge_command(const char *command, const char *params)
 static int
 has_path(const char *path)
 {
-  return splitPath(path, NULL, 0, NULL, 0);
+  return dbuf_splitPath(path, NULL, NULL);
 }