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:
ggtakec@gmail.com 2013-07-05 05:49:41 +00:00
parent d1a17cbe3d
commit b1e1312cfb

View File

@ -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){