libbb/bb_strtonum: always set end ptr, even on error return
[platform/upstream/busybox.git] / libbb / xfunc_die.c
index ba9fe93..204e5e4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2008 by Denys Vlasenko <vda.linux@googlemail.com>
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
 /* Keeping it separate allows to NOT suck in stdio for VERY small applets.