URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=faedd049af0b842a834402038280630bde658830
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
faedd04 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
profile_name_is_valid() returns a malloced string [-Wcast-qual]
Change-Id: I584cdbf6a09e818e0d14c951defdde2fc96787f3
Reviewed-on: https://code.wireshark.org/review/13440
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 4dd3f66 Avoid returning malloced memory as const [-Wcast-qual]
adds faedd04 profile_name_is_valid() returns a malloced string [-Wcast-qual]
Summary of changes:
ui/gtk/profile_dlg.c | 2 +-
ui/profile.c | 2 +-
ui/profile.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)