mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 19:30:29 +00:00
Rename gc in redbean for consistency
This commit is contained in:
parent
f4cd70a9ff
commit
d0782e983f
1 changed files with 1 additions and 1 deletions
|
@ -3532,7 +3532,7 @@ static void StorePath(const char *dirpath) {
|
||||||
while ((e = readdir(d))) {
|
while ((e = readdir(d))) {
|
||||||
if (strcmp(e->d_name, ".") == 0) continue;
|
if (strcmp(e->d_name, ".") == 0) continue;
|
||||||
if (strcmp(e->d_name, "..") == 0) continue;
|
if (strcmp(e->d_name, "..") == 0) continue;
|
||||||
path = _gc(xjoinpaths(dirpath, e->d_name));
|
path = gc(xjoinpaths(dirpath, e->d_name));
|
||||||
if (e->d_type == DT_DIR) {
|
if (e->d_type == DT_DIR) {
|
||||||
StorePath(path);
|
StorePath(path);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue