X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=splitkeys.c;h=1f0e9d68df929a1a1179a309c146df292d00e948;hp=2d3c58c8ea4a76ba13244ce3b08d59438a079fae;hb=743957a08f068529d3add3e8485678b4e5034195;hpb=701aebe9073cc0f46a1e4096644767790ca487d9 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; }