comparison liboctave/util/lo-hash.cc @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
138 (*current_liboctave_error_handler) 138 (*current_liboctave_error_handler)
139 ("hash function '%s' not supported", hash_type.c_str ()); 139 ("hash function '%s' not supported", hash_type.c_str ());
140 } 140 }
141 } 141 }
142 } 142 }
143