Dmitry V. Levin <[email protected]> ha escrit: > There is a new compilation warning in this release: > names.c: In function 'collect_and_sort_names': > names.c:874: warning: 'prev_name' may be used uninitialized in this function
Yes, indeed. I'll fix it. Fortunately, this variable is never dereferenced (it is used rather as a boolean toggle), so this should not adversely affect the functionality. Thank you. Regards, Sergey
