From cf71245201033494e28c1018f719f188df19282d Mon Sep 17 00:00:00 2001 From: borutr Date: Thu, 19 Jun 2003 13:02:00 +0000 Subject: [PATCH] corrected the comment for function has_path() git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2708 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/Util/MySystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Util/MySystem.c b/support/Util/MySystem.c index b735cd64..b78d99aa 100644 --- a/support/Util/MySystem.c +++ b/support/Util/MySystem.c @@ -243,7 +243,7 @@ merge_command(const char *command, const char *params) /*! - * check if the path is absolute + * check if the path is relative or absolute (if contains the dir separator) */ static int -- 2.47.2