Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jul 10, 2004
1 parent 5aba246 commit 71a3c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/util/PostChangeLog.java
Expand Up @@ -26,7 +26,7 @@ public void execute() throws BuildException {
}

// find out what the current and last builds are
int siteBetaBuild = changeProps.getIntProperty("siteBetaBuild");
int siteBetaBuild = changeProps.getIntProperty("siteBetaBuild", 0);
String currentBuildS = defaultProps.getProperty("version");

Pattern buildPattern = Pattern.compile(".*-b(\\d*)");
Expand Down

0 comments on commit 71a3c99

Please sign in to comment.