JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove duplicated code in strhandle
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 31 Jan 2014 16:04:18 +0000 (17:04 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 2 Feb 2014 18:42:01 +0000 (19:42 +0100)
commita8d5870073af14aa08032ab8520c5fe17bb8a1e8
tree2049ab201b85e13af9e9d9e2092175732f359d9c
parent21d905c076735783b41eec55f31d933129fd9f22
Remove duplicated code in strhandle

The error condition was duplicated in two different switches.
This new version centralized the error handling in only one place.
st.c