Changeset 60 in Main for trunk/Server/server.c
- Timestamp:
- Sep 18, 2024, 9:30:33 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/server.c
r46 r60 621 621 addstring(&str, " <td><img src=\"%s\" alt=\"icon\"></td>\n", icon); 622 622 addstring(&str, " <td><a href=\"%l\"><code>%h</code></a></td>\n", items[i], itm); 623 addstring(&str, " <td><code>   %h  </code></td>\n", showmime);624 addstring(&str, " <td><code>   %s  </code></td>\n", size);623 addstring(&str, " <td><code> %h </code></td>\n", showmime); 624 addstring(&str, " <td><code> %s </code></td>\n", size); 625 625 addstring(&str, "</tr>\n"); 626 626 free(itm);
Note:
See TracChangeset
for help on using the changeset viewer.