Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Trip.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|