Sfoglia il codice sorgente

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

pull/3473/head v2.7.0
native-api 1 mese fa
committed by GitHub
parent
commit
c12fd3ae6b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      src/realpath.c

+ 1
- 2
src/realpath.c Vedi File

@ -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;

Caricamento…
Annulla
Salva