提交 795280a7 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Silence compiler warning about doing "i >= 0" on a signed int.

Harmless, but compiler warnings are not nice.
上级 a935b321
......@@ -169,7 +169,7 @@ reldir_and_filename(RelFileNode rnode, ForkNumber forknum,
char **dir, char **filename)
{
char *path;
size_t i;
int i;
path = relpath(rnode, forknum);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册