diff --git a/README.md b/README.md index 655aec0..67e2f38 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Rollup** is a tool for renaming image files based on their EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll. -### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip) +#### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip) ## Features diff --git a/Rollup.app.zip b/Rollup.app.zip index e2f74d4..84e292f 100644 Binary files a/Rollup.app.zip and b/Rollup.app.zip differ diff --git a/functions.php b/functions.php index ffb016a..d87a72c 100755 --- a/functions.php +++ b/functions.php @@ -103,7 +103,7 @@ function get_gps($gps_pos) { # convert: # 40 deg 44' 49.36" N, 73 deg 56' 28.18" W # to: -# 40.7470444,-073.9411611 +# 40.7470444,-073.9411611 $parts = explode(" ",str_replace(array("deg ",",","'","\""),"",$gps_pos));