This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
art1
/
libcbag
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
- bugfix, make file list uniq
master
art1pirat
1 year ago
parent
5da41e5db1
commit
348bf0b7b0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/lib/manifest.cpp
+ 2
- 0
src/lib/manifest.cpp
View File
@ -131,6 +131,8 @@ list<string> Manifest::get_checksummed_files() {
files
.
push_back
(
file
)
;
}
}
files
.
sort
(
)
;
files
.
unique
(
)
;
return
files
;
}
Write
Preview
Loading…
Cancel
Save