mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +02:00
refactored SecureSocket to use interface #4313
This commit is contained in:
parent
be2b87fd39
commit
141b778477
28 changed files with 484 additions and 158 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue