Commit fbb740da by Mumit Khan Committed by Mumit Khan

prefix.c (update_path): Fix typo in variable name.

2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>

	* prefix.c (update_path): Fix typo in variable name.

From-SVN: r31260
parent 9b15c17f
2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
* prefix.c (update_path): Fix typo in variable name.
2000-01-06 Richard Henderson <rth@cygnus.com>
* flow.c (mark_set_1): Use loop_depth+1 as reference weight.
......
......@@ -330,7 +330,7 @@ update_path (path, key)
do {
if (*new_path == '/')
*new_path = DIR_SEPARATOR;
} while (*newpath++);
} while (*new_path++);
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment