]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix copyright filling
authorJim Meyering <jim@meyering.net>
Sat, 25 Jan 1997 06:11:22 +0000 (06:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Jan 1997 06:11:22 +0000 (06:11 +0000)
src/comm.c
src/expand.c
src/fmt.c

index 4609a3be2d109be7f5d28834e98724bbc0131370..b329e46e49801b0eba6a6254c33524cf123e506e 100644 (file)
@@ -12,8 +12,8 @@
    GNU General Public License for 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* Written by Richard Stallman and David MacKenzie. */
 \f
index eeb270b5e90a84c756976d4988c87c5ad67102cc..9beb877015447223d8409f90d27a6949e64835ca 100644 (file)
@@ -12,8 +12,8 @@
    GNU General Public License for 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* By default, convert all tabs to spaces.
    Preserves backspace characters in the output; they decrement the
index 0e03a3b1735941c384bc86e013934468fe3f310e..b8de7574f2ddff71eb819860148143557275f3a1 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -12,9 +12,8 @@
    GNU General Public License for 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* Written by Ross Paterson <rap@doc.ic.ac.uk>.  */
 
@@ -382,7 +381,7 @@ main (register int argc, register char **argv)
       case 'w':
        {
          long int tmp_long;
-         if (xstrtol (optarg, NULL, 10, &tmp_long, NULL) != LONGINT_OK
+         if (xstrtol (optarg, NULL, 10, &tmp_long, "") != LONGINT_OK
              || tmp_long <= 0 || tmp_long > INT_MAX)
            error (EXIT_FAILURE, 0, _("invalid line number increment: `%s'"),
                   optarg);