Skip to content

Commit ee01189

Browse files
yhiroseCopilot
andauthored
Update httplib.h
Co-authored-by: Copilot <[email protected]>
1 parent f0f3567 commit ee01189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ struct FileStat {
25932593
FileStat(const std::string &path);
25942594
bool is_file() const;
25952595
bool is_dir() const;
2596-
size_t mtime() const;
2596+
time_t mtime() const;
25972597
size_t size() const;
25982598

25992599
private:

0 commit comments

Comments
 (0)