Skip to content

Commit ae3a612

Browse files
committed
Release 2.12.7.5
Final cleanup for the calc version 2.12.7.5 release.
1 parent 2c72570 commit ae3a612

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

calc.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\"
2-
.\" Copyright (C) 1999-2007,2014,2018 Landon Curt Noll
2+
.\" Copyright (C) 1999-2007,2014,2018,2021 Landon Curt Noll
33
.\"
44
.\" Calc is open software; you can redistribute it and/or modify it under
55
.\" the terms of the version 2.1 of the GNU Lesser General Public License

fposval.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ main(int argc, char **argv)
125125
* systems a FILEPOS is not a scalar hince we must memcpy.
126126
*/
127127
printf("#define SWAP_HALF_IN_FILEPOS(dest, src)\t%s\n",
128-
"memcpy((void *)(dest), (void *)(src), sizeof(FPOS_POS_LEN))");
128+
"\\\n\tmemcpy((void *)(dest), (void *)(src), "
129+
"sizeof(FPOS_POS_LEN))");
129130
#endif /* HAVE_FILEPOS_SCALAR */
130131
#endif /* CALC_BYTE_ORDER == BIG_ENDIAN */
131132
putchar('\n');

0 commit comments

Comments
 (0)