aboutsummaryrefslogtreecommitdiff
path: root/apps/cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cc.c')
-rw-r--r--apps/cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cc.c b/apps/cc.c
index 6b571b1..305d82e 100644
--- a/apps/cc.c
+++ b/apps/cc.c
@@ -803,7 +803,7 @@ int main(int argc, char **argv)
}
void *file;
- if (!(file = read(*argv))) {
+ if (!(file = sread(*argv))) {
printf("could not read file %s\n", *argv);
return -1;
}