Home
last modified time | relevance | path

Searched refs:SAVED_PARAMETER_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/client/agents/
H A Dcma_core.c80 #define SAVED_PARAMETER_SIZE 29 macro
564 char buffer[SAVED_PARAMETER_SIZE]; in cma_get_parameter()
575 fc_assert_ret_val(len == SAVED_PARAMETER_SIZE, FALSE); in cma_get_parameter()
608 char buffer[SAVED_PARAMETER_SIZE]; in cma_set_parameter()
627 fc_assert(dio_output_used(&dout) == SAVED_PARAMETER_SIZE); in cma_set_parameter()
629 attr_city_set(attr, city_id, SAVED_PARAMETER_SIZE, buffer); in cma_set_parameter()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/agents/
H A Dcma_core.c80 #define SAVED_PARAMETER_SIZE 29 macro
564 char buffer[SAVED_PARAMETER_SIZE]; in cma_get_parameter()
575 fc_assert_ret_val(len == SAVED_PARAMETER_SIZE, FALSE); in cma_get_parameter()
608 char buffer[SAVED_PARAMETER_SIZE]; in cma_set_parameter()
627 fc_assert(dio_output_used(&dout) == SAVED_PARAMETER_SIZE); in cma_set_parameter()
629 attr_city_set(attr, city_id, SAVED_PARAMETER_SIZE, buffer); in cma_set_parameter()
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog216370 Fix the CMA's SAVED_PARAMETER_SIZE.
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog216370 Fix the CMA's SAVED_PARAMETER_SIZE.