Refactor function signatures to use const char* for string parameters

This commit is contained in:
2025-09-30 13:48:31 +01:00
parent fe20a40a0e
commit 352850a698
11 changed files with 59 additions and 60 deletions

View File

@@ -27,7 +27,7 @@
#include "aaruformattool.h"
int info(char *path)
int info(const char *path)
{
aaruformatContext *ctx = NULL;
char *strBuffer = NULL;