WIP Dropping in code for Haiku trash can support
h/t Jérôme Duval <https://github.com/korli> for pointing us to this (see https://github.com/haikuports/haikuports/issues/10568) Code used is copyright (c) 2004, Francois Revol <revol@free.fr>, provided under the MIT licence. (Also, ran `indent.sh`)
This commit is contained in:
parent
33db4c16f5
commit
3c5303563a
6 changed files with 172 additions and 39 deletions
|
|
@ -1242,8 +1242,7 @@ static void set_current_language(const char *restrict loc, int *ptr_num_wished_l
|
|||
need_right_to_left = wished_langs[0].need_right_to_left;
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "DEBUG: Language is %s (%d) %s\n",
|
||||
lang_prefix, langint, need_right_to_left ? "(RTL)" : "");
|
||||
fprintf(stderr, "DEBUG: Language is %s (%d) %s\n", lang_prefix, langint, need_right_to_left ? "(RTL)" : "");
|
||||
fflush(stderr);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue