[GRASS-git] [OSGeo/grass] e7c422: Use 'PRId64' from C99, instead of macro PRI_OFF_T ...
Nicklas Larsson
noreply at github.com
Sun Feb 12 07:29:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: e7c42217f4b70ab8253eb1a05c3578731519f319
https://github.com/OSGeo/grass/commit/e7c42217f4b70ab8253eb1a05c3578731519f319
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2023-02-12 (Sun, 12 Feb 2023)
Changed paths:
M imagery/i.segment/iseg.h
M imagery/i.segment/mean_shift.c
M imagery/i.segment/open_files.c
M imagery/i.segment/region_growing.c
M include/grass/gis.h
M lib/dspf/cube_io.c
M lib/segment/format.c
M lib/vector/Vlib/open_nat.c
M lib/vector/Vlib/read_pg.c
M lib/vector/Vlib/write.c
M lib/vector/Vlib/write_nat.c
M lib/vector/Vlib/write_ogr.c
M lib/vector/Vlib/write_pg.c
M lib/vector/diglib/cindex_rw.c
M lib/vector/diglib/head.c
M lib/vector/diglib/plus_struct.c
M lib/vector/diglib/spindex_rw.c
M raster/r.in.bin/main.c
M raster/r.stream.extract/close.c
M raster/r.stream.extract/do_astar.c
M raster/r.stream.extract/init_search.c
M raster/r.stream.extract/load.c
M raster/r.stream.extract/streams.c
M raster/r.stream.extract/thin.c
M raster/r.terraflow/grass2str.h
M raster/r.terraflow/main.cpp
M raster/r.terraflow/stats.cpp
M raster/r.terraflow/sweep.cpp
M raster/r.watershed/seg/do_astar.c
M raster/r.watershed/seg/do_cum.c
Log Message:
-----------
Use 'PRId64' from C99, instead of macro PRI_OFF_T (#2807)
* Use 'PRId64' from C99, instead of macro PRI_OFF_T
* In 'i.segment', use intermediate buffer
"The gettext tools and library have special support for these <inttypes.h> macros."
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings
More information about the grass-commit
mailing list