mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
Fixed Issue 352(+)
1) Option syntax verbosity in doc ( Issue 352 ) Mistook fixing codes, then re-check'in correctly code. git-svn-id: http://s3fs.googlecode.com/svn/trunk@453 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
d1a17cbe3d
commit
b1e1312cfb
@ -3242,7 +3242,7 @@ static int my_fuse_opt_proc(void* data, const char* arg, int key, struct fuse_ar
|
||||
if(strstr(arg, "use_rrs") != 0){
|
||||
int rrs = 1;
|
||||
// for an old format.
|
||||
if(strstr(arg, "use_rrs=1") != 0){
|
||||
if(strstr(arg, "use_rrs=") != 0){
|
||||
rrs = atoi(strchr(arg, '=') + sizeof(char));
|
||||
}
|
||||
if(0 == rrs){
|
||||
|
Loading…
Reference in New Issue
Block a user