mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
don't use the word 'template' as a variable name, since it's a reserved word in C++
This commit is contained in:
@@ -223,7 +223,7 @@ int tr_mkdir( const char * path, int permissions ) TR_GNUC_NONNULL(1);
|
||||
int tr_mkdirp( const char * path, int permissions ) TR_GNUC_NONNULL(1);
|
||||
|
||||
/** @brief Portability wrapper for mkdtemp() that uses the system implementation if available */
|
||||
char* tr_mkdtemp( char * template );
|
||||
char* tr_mkdtemp( char * _template );
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user