/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/DbDirectoryInfo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1350 by iliev, Thu Sep 13 22:02:03 2007 UTC revision 1351 by iliev, Sun Sep 16 23:15:57 2007 UTC
# Line 126  public class DbDirectoryInfo { Line 126  public class DbDirectoryInfo {
126          parse(String s) throws LscpException {          parse(String s) throws LscpException {
127                  if(s.startsWith("DESCRIPTION: ")) {                  if(s.startsWith("DESCRIPTION: ")) {
128                          description = s.substring("DESCRIPTION: ".length());                          description = s.substring("DESCRIPTION: ".length());
129                          description = toNonEscapedText(description);                          description = toNonEscapedString(description);
130                  } else if(s.startsWith("CREATED: ")) {                  } else if(s.startsWith("CREATED: ")) {
131                          s = s.substring("CREATED: ".length());                          s = s.substring("CREATED: ".length());
132                          try { dateCreated.setTime(dateFormat.parse(s).getTime()); }                          try { dateCreated.setTime(dateFormat.parse(s).getTime()); }

Legend:
Removed from v.1350  
changed lines
  Added in v.1351

  ViewVC Help
Powered by ViewVC