Skip to content

Replace tzset() with equivalent glib support (issue #10)#3738

Merged
skef merged 3 commits intofontforge:masterfrom
skef:bg10
Jun 20, 2019
Merged

Replace tzset() with equivalent glib support (issue #10)#3738
skef merged 3 commits intofontforge:masterfrom
skef:bg10

Conversation

@skef
Copy link
Copy Markdown
Contributor

@skef skef commented Jun 20, 2019

and fix print.c randoms[] warnings.

Closes #10

Comment thread configure.ac Outdated
Comment thread fontforge/print.c
for ( s=0; s<therecnt; ++s ) if ( !ScriptInList(scriptsthere[s],scriptsdone,scnt)) {
if ( ret ) {
if ( randoms[rcnt]!='\0' ) {
if ( randoms[rcnt]!=NULL ) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that warning is finally fixed!

Comment thread fontforge/cvexport.c
Copy link
Copy Markdown
Contributor

@jtanx jtanx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@skef skef merged commit 937af48 into fontforge:master Jun 20, 2019
Omnikron13 pushed a commit to Omnikron13/fontforge that referenced this pull request May 31, 2022
…ntforge#3738)

Replace tzset() with equivalent glib support (issue fontforge#10)
Fix print.c randoms[] warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

timezone use not portable

3 participants