X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=splitkeys.c;h=1f0e9d68df929a1a1179a309c146df292d00e948;hb=3da81770b841f841c5145f91a9ccedc296e13f4b;hp=2d3c58c8ea4a76ba13244ce3b08d59438a079fae;hpb=701aebe9073cc0f46a1e4096644767790ca487d9;p=onak.git diff --git a/splitkeys.c b/splitkeys.c index 2d3c58c..1f0e9d6 100644 --- a/splitkeys.c +++ b/splitkeys.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -63,7 +62,7 @@ int main(int argc, char *argv[]) tmp->next = NULL; } } - if (tmp->next != NULL) { + if (tmp != NULL && tmp->next != NULL) { list_end = NULL; }