exposurses

Check-in [b786f69eac]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:For ref: That should have always been a pointer

Although this version still no worky

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk | temp2
Files: files | file ages | folders
SHA3-256: b786f69eacd242c1fca0a6d12c9932c62a0018f206da6d277315193673bd8b82
User & Date: base@atomicules.co.uk 2013-09-12 12:02:21
Context
2013-09-12
12:02
For ref: That should have always been a pointer

Although this version still no worky Leaf check-in: b786f69eac user: base@atomicules.co.uk tags: temp2, trunk

2013-09-11
21:44
Add debug options to Makefile check-in: 095cfb3932 user: base@atomicules.co.uk tags: temp2, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to exposurses.c.

247
248
249
250
251
252
253
254

255
256
257
258
259
260
261
247
248
249
250
251
252
253

254
255
256
257
258
259
260
261







-
+







						refresh();
					}
					break;
				}
			}
			break;
		}
		wrefresh(win);
		wrefresh(*win);
	}	
	/* Unpost and free all the memory taken up */
	remove_menu(exposure_items, exposure_menu, n_exposure);
	remove_menu(iso_items, iso_menu, n_iso);
	remove_menu(shutter_items, shutter_menu, n_shutter);
	remove_menu(aperture_items, aperture_menu, n_aperture);
	endwin();