summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-04-28 13:54:01 +1000
committerChris Johns <chrisj@rtems.org>2012-04-28 13:54:01 +1000
commite526b6bdc83dddd95e3ecc2c97589c920871e07b (patch)
tree1dca137f46d8379969894053bdc756e8a1518610
parent71b29a59f8eaf7fe24bab7ffe508bf4cbbd1ac41 (diff)
Updated to the filesystem delimiter interface change.
-rw-r--r--rtl-obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl-obj.c b/rtl-obj.c
index ef2a894..a966994 100644
--- a/rtl-obj.c
+++ b/rtl-obj.c
@@ -340,7 +340,7 @@ rtems_rtl_obj_find_file (rtems_rtl_obj_t* obj, const char* name)
else
n = obj->oname;
- if (rtems_filesystem_is_separator (n[0]))
+ if (rtems_filesystem_is_delimiter (n[0]))
{
if (stat (n, &sb) == 0)
obj->fname = n;