소스 검색

realpath.c: fix obsolete syntax warning (#3468)

pull/3473/head v2.7.0
native-api 1 개월 전
committed by GitHub
부모
커밋
c12fd3ae6b
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/realpath.c

+ 1
- 2
src/realpath.c 파일 보기

@ -2,8 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
int realpath_builtin(list)
WORD_LIST *list;
int realpath_builtin(WORD_LIST *list)
{
int es;
char *realbuf, *p;

불러오는 중...
취소
저장