Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Trip.pas

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

revision 1.7 by h677, Mon Nov 23 13:12:49 2009 UTC revision 1.8 by h677, Tue Nov 24 13:41:50 2009 UTC
# Line 498  begin Line 498  begin
498              if pw[ 0 ] = '#' then begin              if pw[ 0 ] = '#' then begin
499                  get_pw_salt(pw, convpw, salt);                  get_pw_salt(pw, convpw, salt);
500              end;              end;
501              if (pw[ 0 ] = '#') and (Length(pw) >= 12) then begin              if (pw[ 0 ] = '#') and (Length(pw) >= 20) then begin
502                  // 将来の拡張用                  // 将来の拡張用
503                  Result := '???';                  Result := '???';
504              end else if Length(convpw) = 8 then begin              end else if Length(convpw) = 8 then begin

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26