Files
systemd/src/basic
Filipe Brandenburger 8ab00959fb extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handling
Refactor allocation of the result string to the top, since it is
currently done in both branches of the condition.

Remove unreachable code checking for EXTRACT_DONT_COALESCE_SEPARATORS
when state == SEPARATOR (the only place where SEPARATOR is assigned to
state follows a check for EXTRACT_DONT_COALESCE_SEPARATORS that jumps to
the end of the function.)

Tested by running test-util successfully.

Follow up to: 206644aede
2015-08-30 19:48:38 -07:00
..
2015-07-16 14:11:12 +02:00
2015-08-28 02:05:42 +02:00
2015-08-04 03:23:43 -07:00
2015-08-07 15:50:43 +00:00
2015-08-07 15:50:43 +00:00