Skip to content

Commit

Permalink
Merge pull request #10240 from nyalldawson/trim_trailing_slash_vsi_pa…
Browse files Browse the repository at this point in the history
…th_specific_option

State that VSISetPathSpecificOption path should not include trailing slash
  • Loading branch information
rouault committed Jun 18, 2024
2 parents d30efcd + c06e5d7 commit d5e138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/cpl_vsil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3503,7 +3503,7 @@ void VSISetCredential(const char *pszPathPrefix, const char *pszKey,
*
* @param pszPathPrefix a path prefix of a virtual file system handler.
* Typically of the form "/vsiXXX/bucket". Must NOT be
* NULL.
* NULL. Should not include trailing slashes.
* @param pszKey Option name. Must NOT be NULL.
* @param pszValue Option value. May be NULL to erase it.
*
Expand Down

0 comments on commit d5e138d

Please sign in to comment.