mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
refactored SecureSocket to use interface #4313
This commit is contained in:
@@ -171,7 +171,7 @@ findReplaceAll(
|
||||
String
|
||||
removeFileExt(String filename)
|
||||
{
|
||||
unsigned dot = filename.find_last_of('.');
|
||||
size_t dot = filename.find_last_of('.');
|
||||
|
||||
if (dot == String::npos) {
|
||||
return filename;
|
||||
|
||||
Reference in New Issue
Block a user