Merge branch 'master' of git://github.com/LatinSuD/AntennaPod into LatinSuD-master

This commit is contained in:
daniel oeh 2013-03-25 11:00:09 +01:00
commit 162aa9afcf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class FileNameGenerator {
builder.append(c);
}
}
return builder.toString();
return builder.toString().replaceFirst(" *$","");
}
public static long generateLong(final String str) {