[misc] also use SHA-256 for timestamping

* This should ensure that we are SHA-256 everywhere now
This commit is contained in:
Pete Batard 2016-01-12 17:53:08 +00:00
parent a952221a9b
commit 48219af36a
3 changed files with 7 additions and 7 deletions

View file

@ -1671,7 +1671,7 @@ LPCDLGTEMPLATE GetDialogTemplate(int Dialog_ID)
// 'Segoe UI'... but Cyrillic won't work with 'Segoe UI Symbol'
// If 'Segoe UI Symbol' is available, and we are using Thai, we're done here
if (IsFontAvailable("Segoe UI Symbol") && (selected_locale != 0)
if (IsFontAvailable("Segoe UI Symbol") && (selected_locale != NULL)
&& (safe_strcmp(selected_locale->txt[0], "th-TH") == 0))
return rcTemplate;