|
|
| version 1.4, 2025/03/24 04:13:11 | version 1.5, 2025/04/09 19:52:02 |
|---|---|
| Line 24 | Line 24 |
| * along with FreeM. If not, see <https://www.gnu.org/licenses/>. | * along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
| * | * |
| * $Log$ | * $Log$ |
| * Revision 1.5 2025/04/09 19:52:02 snw | |
| * Eliminate as many warnings as possible while building with -Wall | |
| * | |
| * Revision 1.4 2025/03/24 04:13:11 snw | * Revision 1.4 2025/03/24 04:13:11 snw |
| * Replace action macro dat with fra_dat to avoid symbol conflict on OS/2 | * Replace action macro dat with fra_dat to avoid symbol conflict on OS/2 |
| * | * |
| Line 46 | Line 49 |
| void ssvn_object(short action, char *key, char *data) | void ssvn_object(short action, char *key, char *data) |
| { | { |
| char t_key[STRLEN]; | |
| char t_data[STRLEN]; | |
| freem_ref_t *r; | freem_ref_t *r; |
| r = (freem_ref_t *) malloc (sizeof (freem_ref_t)); | r = (freem_ref_t *) malloc (sizeof (freem_ref_t)); |