mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
refactor: remove tr_strlcpy() (#6433)
* refactor: do not use tr_strlcpy() in tr_strratio() * refactor: do not use tr_strlcpy() in bindUnixSocket() * refactor: do not use tr_strlcpy() in trackerView() * chore: remove tr_strlcpy() unit tests * chore: remove tr_strlcpy() * chore: remove -DHAVE_STRLCPY from Xcode build * fixup! refactor: do not use tr_strlcpy() in trackerView() chore: fix copypaste bug
This commit is contained in:
@@ -3688,7 +3688,6 @@
|
||||
"-DWIDE_INTEGER_DISABLE_IOSTREAM",
|
||||
"-DRAPIDJSON_HAS_STDSTRING=1",
|
||||
"-DHAVE_FLOCK",
|
||||
"-DHAVE_STRLCPY",
|
||||
);
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
@@ -3941,7 +3940,6 @@
|
||||
"-DWIDE_INTEGER_DISABLE_IOSTREAM",
|
||||
"-DRAPIDJSON_HAS_STDSTRING=1",
|
||||
"-DHAVE_FLOCK",
|
||||
"-DHAVE_STRLCPY",
|
||||
);
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
@@ -4268,7 +4266,6 @@
|
||||
"-DWIDE_INTEGER_DISABLE_IOSTREAM",
|
||||
"-DRAPIDJSON_HAS_STDSTRING=1",
|
||||
"-DHAVE_FLOCK",
|
||||
"-DHAVE_STRLCPY",
|
||||
);
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
|
||||
Reference in New Issue
Block a user