Changes in uspace/app/websrv/websrv.c [6bb169b5:d4d74dc] in mainline
- File:
-
- 1 edited
-
uspace/app/websrv/websrv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/websrv/websrv.c
r6bb169b5 rd4d74dc 36 36 #include <bool.h> 37 37 #include <errno.h> 38 #include <assert.h> 38 39 #include <stdio.h> 39 40 #include <sys/types.h> … … 200 201 { 201 202 if (str_cmp(uri, "/") == 0) 202 uri = "/index.htm l";203 uri = "/index.htm"; 203 204 204 205 char *fname;
Note:
See TracChangeset
for help on using the changeset viewer.
