mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Refactor function signatures to use const char* for string parameters
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "aaruformattool.h"
|
||||
|
||||
int info(char *path)
|
||||
int info(const char *path)
|
||||
{
|
||||
aaruformatContext *ctx = NULL;
|
||||
char *strBuffer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user